[INFO] fetching crate raydb-core 0.1.0...
[INFO] checking raydb-core-0.1.0 against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] extracting crate raydb-core 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate raydb-core 0.1.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate raydb-core 0.1.0
[INFO] tweaked toml for crates.io crate raydb-core 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate raydb-core 0.1.0 on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate raydb-core 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ordered-float v5.1.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.34
[INFO] [stderr]   Downloaded napi-build v2.3.1
[INFO] [stderr]   Downloaded numpy v0.22.1
[INFO] [stderr]   Downloaded napi-derive-backend v5.0.1
[INFO] [stderr]   Downloaded pyo3-macros v0.22.6
[INFO] [stderr]   Downloaded dtor-proc-macro v0.0.6
[INFO] [stderr]   Downloaded ctor-proc-macro v0.0.7
[INFO] [stderr]   Downloaded ctor v0.6.3
[INFO] [stderr]   Downloaded clap v4.5.55
[INFO] [stderr]   Downloaded pyo3-build-config v0.22.6
[INFO] [stderr]   Downloaded napi-sys v3.2.1
[INFO] [stderr]   Downloaded dtor v0.1.1
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.22.6
[INFO] [stderr]   Downloaded pyo3-ffi v0.22.6
[INFO] [stderr]   Downloaded napi-derive v3.5.1
[INFO] [stderr]   Downloaded cc v1.2.54
[INFO] [stderr]   Downloaded napi v3.8.2
[INFO] [stderr]   Downloaded zerocopy v0.8.34
[INFO] [stderr]   Downloaded clap_builder v4.5.55
[INFO] [stderr]   Downloaded pyo3 v0.22.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1c9da8c91828e853eeb4e305ce3679513fb50dcec8edc8580480adcc4f60cbc4
[INFO] running `Command { std: "docker" "start" "1c9da8c91828e853eeb4e305ce3679513fb50dcec8edc8580480adcc4f60cbc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c9da8c91828e853eeb4e305ce3679513fb50dcec8edc8580480adcc4f60cbc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1c9da8c91828e853eeb4e305ce3679513fb50dcec8edc8580480adcc4f60cbc4" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1c9da8c91828e853eeb4e305ce3679513fb50dcec8edc8580480adcc4f60cbc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1c9da8c91828e853eeb4e305ce3679513fb50dcec8edc8580480adcc4f60cbc4" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling zerocopy v0.8.34
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.6
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling napi-build v2.3.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.7
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling dtor v0.1.1
[INFO] [stderr]    Compiling napi v3.8.2
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking clap_builder v4.5.55
[INFO] [stderr]     Checking napi-sys v3.2.1
[INFO] [stderr]    Compiling ctor v0.6.3
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling raydb-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking flate2 v1.1.8
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking ordered-float v5.1.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking clap v4.5.55
[INFO] [stderr]    Compiling cc v1.2.54
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling napi-derive-backend v5.0.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.34
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling napi-derive v3.5.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/tx.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn begin_tx(db: &GraphDB) -> Result<TxHandle> {
[INFO] [stdout]    |                     ^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn begin_tx(db: &GraphDB) -> Result<TxHandle<'_>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/tx.rs:96:26
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn begin_read_tx(db: &GraphDB) -> Result<TxHandle> {
[INFO] [stdout]    |                          ^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn begin_read_tx(db: &GraphDB) -> Result<TxHandle<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/napi_bindings/ray.rs:364:26
[INFO] [stdout]     |
[INFO] [stdout] 364 | fn prop_value_to_js(env: &Env, value: PropValue) -> Result<Unknown> {
[INFO] [stdout]     |                          ^^^^ the lifetime is elided here  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 364 | fn prop_value_to_js(env: &Env, value: PropValue) -> Result<Unknown<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/napi_bindings/ray.rs:751:14
[INFO] [stdout]     |
[INFO] [stdout] 751 |   pub fn get(&self, env: Env, node_type: String, key: Unknown) -> Result<Option<Object>> {
[INFO] [stdout]     |              ^^^^^ the lifetime is elided here                                  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 751 |   pub fn get(&self, env: Env, node_type: String, key: Unknown) -> Result<Option<Object<'_>>> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/napi_bindings/ray.rs:772:20
[INFO] [stdout]     |
[INFO] [stdout] 772 |   pub fn get_by_id(&self, env: Env, node_id: i64) -> Result<Option<Object>> {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here               ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 772 |   pub fn get_by_id(&self, env: Env, node_id: i64) -> Result<Option<Object<'_>>> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/napi_bindings/ray.rs:790:18
[INFO] [stdout]     |
[INFO] [stdout] 790 |   pub fn get_ref(&self, env: Env, node_type: String, key: Unknown) -> Result<Option<Object>> {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here                                  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 790 |   pub fn get_ref(&self, env: Env, node_type: String, key: Unknown) -> Result<Option<Object<'_>>> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/napi_bindings/ray.rs:1083:14
[INFO] [stdout]      |
[INFO] [stdout] 1083 |   pub fn all(&self, env: Env, node_type: String) -> Result<Vec<Object>> {
[INFO] [stdout]      |              ^^^^^ the lifetime is elided here                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1083 |   pub fn all(&self, env: Env, node_type: String) -> Result<Vec<Object<'_>>> {
[INFO] [stdout]      |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/napi_bindings/ray.rs:1250:16
[INFO] [stdout]      |
[INFO] [stdout] 1250 |   pub fn batch(&self, env: Env, ops: Vec<Object>) -> Result<Vec<Object>> {
[INFO] [stdout]      |                ^^^^^ the lifetime is elided here                ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1250 |   pub fn batch(&self, env: Env, ops: Vec<Object>) -> Result<Vec<Object<'_>>> {
[INFO] [stdout]      |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/napi_bindings/ray.rs:1459:20
[INFO] [stdout]      |
[INFO] [stdout] 1459 |   pub fn returning(&self, env: Env) -> Result<Object> {
[INFO] [stdout]      |                    ^^^^^                      ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1459 |   pub fn returning(&self, env: Env) -> Result<Object<'_>> {
[INFO] [stdout]      |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/napi_bindings/ray.rs:1492:20
[INFO] [stdout]      |
[INFO] [stdout] 1492 |   pub fn returning(&self, env: Env) -> Result<Vec<Object>> {
[INFO] [stdout]      |                    ^^^^^                          ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1492 |   pub fn returning(&self, env: Env) -> Result<Vec<Object<'_>>> {
[INFO] [stdout]      |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/tx.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn begin_tx(db: &GraphDB) -> Result<TxHandle> {
[INFO] [stdout]    |                     ^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn begin_tx(db: &GraphDB) -> Result<TxHandle<'_>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/graph/tx.rs:96:26
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn begin_read_tx(db: &GraphDB) -> Result<TxHandle> {
[INFO] [stdout]    |                          ^^^^^^^^            ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 96 | pub fn begin_read_tx(db: &GraphDB) -> Result<TxHandle<'_>> {
[INFO] [stdout]    |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/napi_bindings/ray.rs:364:26
[INFO] [stdout]     |
[INFO] [stdout] 364 | fn prop_value_to_js(env: &Env, value: PropValue) -> Result<Unknown> {
[INFO] [stdout]     |                          ^^^^ the lifetime is elided here  ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 364 | fn prop_value_to_js(env: &Env, value: PropValue) -> Result<Unknown<'_>> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/napi_bindings/ray.rs:751:14
[INFO] [stdout]     |
[INFO] [stdout] 751 |   pub fn get(&self, env: Env, node_type: String, key: Unknown) -> Result<Option<Object>> {
[INFO] [stdout]     |              ^^^^^ the lifetime is elided here                                  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 751 |   pub fn get(&self, env: Env, node_type: String, key: Unknown) -> Result<Option<Object<'_>>> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/napi_bindings/ray.rs:772:20
[INFO] [stdout]     |
[INFO] [stdout] 772 |   pub fn get_by_id(&self, env: Env, node_id: i64) -> Result<Option<Object>> {
[INFO] [stdout]     |                    ^^^^^ the lifetime is elided here               ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 772 |   pub fn get_by_id(&self, env: Env, node_id: i64) -> Result<Option<Object<'_>>> {
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/napi_bindings/ray.rs:790:18
[INFO] [stdout]     |
[INFO] [stdout] 790 |   pub fn get_ref(&self, env: Env, node_type: String, key: Unknown) -> Result<Option<Object>> {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here                                  ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 790 |   pub fn get_ref(&self, env: Env, node_type: String, key: Unknown) -> Result<Option<Object<'_>>> {
[INFO] [stdout]     |                                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/napi_bindings/ray.rs:1083:14
[INFO] [stdout]      |
[INFO] [stdout] 1083 |   pub fn all(&self, env: Env, node_type: String) -> Result<Vec<Object>> {
[INFO] [stdout]      |              ^^^^^ the lifetime is elided here                 ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1083 |   pub fn all(&self, env: Env, node_type: String) -> Result<Vec<Object<'_>>> {
[INFO] [stdout]      |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/napi_bindings/ray.rs:1250:16
[INFO] [stdout]      |
[INFO] [stdout] 1250 |   pub fn batch(&self, env: Env, ops: Vec<Object>) -> Result<Vec<Object>> {
[INFO] [stdout]      |                ^^^^^ the lifetime is elided here                ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1250 |   pub fn batch(&self, env: Env, ops: Vec<Object>) -> Result<Vec<Object<'_>>> {
[INFO] [stdout]      |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/napi_bindings/ray.rs:1459:20
[INFO] [stdout]      |
[INFO] [stdout] 1459 |   pub fn returning(&self, env: Env) -> Result<Object> {
[INFO] [stdout]      |                    ^^^^^                      ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1459 |   pub fn returning(&self, env: Env) -> Result<Object<'_>> {
[INFO] [stdout]      |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/napi_bindings/ray.rs:1492:20
[INFO] [stdout]      |
[INFO] [stdout] 1492 |   pub fn returning(&self, env: Env) -> Result<Vec<Object>> {
[INFO] [stdout]      |                    ^^^^^                          ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1492 |   pub fn returning(&self, env: Env) -> Result<Vec<Object<'_>>> {
[INFO] [stdout]      |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "1c9da8c91828e853eeb4e305ce3679513fb50dcec8edc8580480adcc4f60cbc4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c9da8c91828e853eeb4e305ce3679513fb50dcec8edc8580480adcc4f60cbc4", kill_on_drop: false }`
[INFO] [stdout] 1c9da8c91828e853eeb4e305ce3679513fb50dcec8edc8580480adcc4f60cbc4
